home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 2.2 KB | 83 lines | [TEXT/MPS ] |
- /*
- File: GXEnvironment.idl
-
- Contains: QuickDraw GX environment constants and interfaces
-
- Version: Technology: Quickdraw GX 1.1
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __GXENVIRONMENT_IDL__
- #define __GXENVIRONMENT_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __CONDITIONALMACROS_IDL__
- #include <ConditionalMacros.idl>
- #endif
- #ifndef __MIXEDMODE_IDL__
- #include <MixedMode.idl>
- #endif
- #ifndef __WINDOWS_IDL__
- #include <Windows.idl>
- #endif
- #ifndef __GXTYPES_IDL__
- #include <GXTypes.idl>
- #endif
- #ifndef __CMAPPLICATION_IDL__
- #include <CMApplication.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
- typedef long gxPollingHandlerFlags;
-
- typedef OpaquePtr gxPollingHandlerProcPtr;
- typedef OpaquePtr gxPollingHandlerUPP;
- /* QD to QD GX Translator typedefs */
- typedef long gxTranslationOption;
-
- typedef long gxTranslationStatistic;
-
- typedef SOMLargeStruct gxQuickDrawPict; /* Derived from a struct of 30 bytes in size */
-
- /* WindowRecord utilities */
- /* GDevice utilities */
- /* gxPoint utilities */
- typedef OpaquePtr gxShapeSpoolProcPtr;
- typedef OpaquePtr gxShapeSpoolUPP;
- /* printing utilities typedef */
- typedef OpaquePtr gxUserViewPortFilterProcPtr;
- typedef OpaquePtr gxUserViewPortFilterUPP;
- typedef OpaquePtr gxConvertQDFontProcPtr;
- typedef OpaquePtr gxConvertQDFontUPP;
- typedef gxShapeSpoolProcPtr gxShapeSpoolFunction;
-
- typedef gxUserViewPortFilterProcPtr gxUserViewPortFilter;
-
- typedef gxConvertQDFontProcPtr gxConvertQDFontFunction;
-
- /* mouse utilities */
- /* return mouse location in fixed-gxPoint global space */
- /* return fixed-gxPoint local mouse (gxViewPort == 0 --> default) */
- /* printing utilities */
- /* QD to QD GX Translator functions */
- /* Find the best GX style given a QD font and face. Called by the QD->GX translator */
- /* ColorSync 2.0 interface related routines */
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __GXENVIRONMENT_IDL__ */
-
-